home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / danix201.zip / HEAD.1 < prev    next >
Text File  |  1994-01-16  |  511b  |  22 lines

  1. HEAD(1)                Danix Utilities                HEAD(1)
  2.  
  3. NAME
  4.     head - display first lines of a file
  5.  
  6. SYNOPSIS
  7.     head [ -<n> ] files ...
  8.  
  9. DESCRIPTION
  10.     head displays the first <n> lines of the given files.  If no
  11.     options are specified, the first 10 lines are displayed.
  12.  
  13.     When more than one file is given, head will print the name of
  14.     each file in the format
  15.  
  16.         ==> filename <==
  17.  
  18.     before each file.
  19.  
  20.     If no files are given, or a - is encountered in the file list,
  21.     head displays the lines from standard input.
  22.